object AboutBox: TAboutBox Left = 159 Top = 62 BorderStyle = bsDialog Caption = 'About' ClientHeight = 209 ClientWidth = 388 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ProgramIcon: TImage Left = 16 Top = 16 Width = 157 Height = 101 IncrementalDisplay = False Picture.Data = {} Stretch = True IsControl = True end object lCopyright: TLabel Left = 232 Top = 88 Width = 98 Height = 13 Caption = 'Copyright � 1996-97' end object lName: TLabel Left = 232 Top = 16 Width = 3 Height = 13 end object lVersion: TLabel Left = 232 Top = 32 Width = 3 Height = 13 end object lDate: TLabel Left = 232 Top = 48 Width = 3 Height = 13 end object lExt: TLabel Left = 232 Top = 64 Width = 3 Height = 13 end object lRIT: TLabel Left = 232 Top = 104 Width = 93 Height = 13 Caption = 'RIT Research Labs' end object lReg: TLabel Left = 16 Top = 136 Width = 3 Height = 13 end object OKButton: TButton Left = 175 Top = 168 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end end